MeetingsListener

interface MeetingsListener

A listener to receive meetings events.

This interface includes all the callbacks needed to listen to meetings events and to perform the appropriate actions when any of these events are received.

Functions

Link copied to clipboard
abstract fun onMeetingDeleted(meetings: Meetings, meeting: Meeting)

Performs any actions that could be required when a existing meeting is deleted.

Link copied to clipboard
abstract fun onMeetingUpdated(meetings: Meetings, meeting: Meeting)

Performs any actions that could be required when a existing meeting is updated.

Link copied to clipboard
abstract fun onNewMeetingEntry(meetings: Meetings, meeting: Meeting)

Performs any actions that could be required when a new meeting is added.